recoverable amount - significado y definición. Qué es recoverable amount
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es recoverable amount - definición

ABSTRACT MODEL TO DESCRIBE EXECUTION OF TRANSACTIONS RUNNING IN THE SYSTEM
Recoverable; Recoverable history; Recoverable execution; Avoids cascading aborts; Schedule (database systems); History (database systems); Database schedule; Avoiding cascading aborts
  • Venn diagram for serializability and recoverability classes

Assigned amount unit         
EMISSION ALLOWANCES CREATED AND ALLOCATED UNDER THE MARRAKECH ACCORDS OF THE KYOTO PROTOCOL
Assigned Amount Units; Assigned amount units
An assigned amount unit is a tradable "Kyoto unit" or "carbon credit" representing an allowance to emit greenhouse gases comprising "one metric tonne of carbon dioxide equivalent, calculated using global warming potentials".
Notional amount         
FINANCIAL INSTRUMENT USED TO CALCULATE VALUE
Notional value; Notional principal amount; Notional exposure
The notional amount (or notional principal amount or notional value) on a financial instrument is the nominal or face amount that is used to calculate payments made on that instrument. This amount generally does not change and is thus referred to as [Notional amount – Definition from Investor Dictionary – Define meaning of the word Notional amount
Face-amount certificate company         
Face-Amount Certificate Companies
A face-amount certificate company is an investment company which offers an investment certificate as defined by the Investment Company Act of 1940. In general, these companies issue fixed income debt securities that obligate the issuer to pay a fixed sum at a future date.

Wikipedia

Schedule (computer science)

In the fields of databases and transaction processing (transaction management), a schedule (or history) of a system is an abstract model to describe execution of transactions running in the system. Often it is a list of operations (actions) ordered by time, performed by a set of transactions that are executed together in the system. If the order in time between certain operations is not determined by the system, then a partial order is used. Examples of such operations are requesting a read operation, reading, writing, aborting, committing, requesting a lock, locking, etc. Not all transaction operation types should be included in a schedule, and typically only selected operation types (e.g., data access operations) are included, as needed to reason about and describe certain phenomena. Schedules and schedule properties are fundamental concepts in database concurrency control theory.